﻿

.box-title {
    padding-top: 50px;
    text-align: center;
}
    .box-title h1 {
        color: #333;
        font-size: 26px;
        text-align: center;
        letter-spacing: 2px;
        padding:10px 0;
    }
        .box-title h1 i {
            margin-left: 12px;
            font-size: 20px;
            color: #dbdbdb;
            font-family: Arial,"宋体";
        }
    .box-title p {
        margin-bottom: 50px;
        font-size: 15px;
        color: #545454;
    }
    .box-title .title_l {
        float:left;
        display:inline-block;
        text-align:left;
    }
    .box-title .title-txt {
        color: #333;
        font-size: 26px;
    }
    .box-title .sub-title {
        font-size: 24px;
        font-weight: 600;
        color: #dbdbdb;
        font-family: Arial,"宋体";
    }
    .box-title .title_r {
        float: right;
        display: inline-block;
        text-align: right;
        font-size: 14px;
    }
    .box-title .title_r a{
        color:#666;
        line-height:60px;
    }
        .box-title .title_r a:hover {
            color: #ca0000;
        }



.index-news {
    width:100%;
    overflow:hidden;
    display:inline-block;
    margin-top:20px;
}
    .index-news .news-left {
        padding:12px;
        width:49%;
        float:left;
        background-color:#fff;
    }
        .index-news .news-left a img {
            width:100%;
            max-height:520px;
        }
        .index-news .news-left .title-box {
            width: 100%;
            text-align: left;
            overflow: hidden;
            height: 36px;
            margin-top:4px;
        }
            .index-news .news-left .title-box a {
                color: #000;
                line-height: 36px;
            }
                .index-news .news-left .title-box a:hover {
                    color: #ca0000;
                }
        .index-news .news-left .time-txt {
            width: 100%;
            text-align: left;
            color: #a9a9a9;
            height: 24px;
            line-height: 24px;
            margin-top:6px;
        }
        .index-news .news-left .synopsis-txt {
            width: 100%;
            text-align: left;
            color: #a9a9a9;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
            margin:5px 0;
        }


    .index-news .news-right {
        padding: 12px;
        width: 49%;
        float: right;
        background-color: #fff;
    }
    .index-news .news-right ul{
        width:100%;
        margin:0 auto;
    }
        .index-news .news-right ul li {
            width: 100%;
            margin: 12px 0;
            padding-bottom: 12px;
            display: inline-block;
            text-align: left;
            border-bottom: 1px dotted #dbd4cd;
        }
            .index-news .news-right ul li .time-box {
                margin: 0 auto;
                padding: 0;
                display: inline-block;
                background: #f5f6fb;
                width: 20%;
                height: 95px;
                float: left;
                text-align: center;
                color: #fff;
            }
                .index-news .news-right ul li .time-box .day {
                    display: inline-block;
                    font-weight: 600;
                    padding-top: 12px;
                    color: #a9a9a9;
                    font-size: 26px;
                    height: 41px;
                    line-height: 41px;
                }
                .index-news .news-right ul li .time-box .date {
                    color: #a9a9a9;
                    font-size: 14px;
                    display: block;
                    font-weight: normal;
                    height: 24px;
                    line-height: 24px;
                }
            .index-news .news-right ul li .conts-box {
                margin-left: 20px;
                padding: 0;
                display: block;
                float: right;
                width:76%;
            }
                .index-news .news-right ul li .conts-box .title {
                    margin: 0 auto;
                    padding: 0;
                    display: inline-block;
                    font-size: 16px;
                    height: 28px;
                    line-height: 28px;
                    text-align: left;
                    overflow: hidden;
                }
                    .index-news .news-right ul li .conts-box .title a {
                        color: #666;
                    }
                        .index-news .news-right ul li .conts-box .title a:hover {
                            color: #ca0000;
                        }
                .index-news .news-right ul li .conts-box .synopsis {
                    margin: 0 auto;
                    display: inline-block;
                    overflow: hidden;
                    word-wrap: break-word;
                    text-align: left;
                    font-size: 14px;
                    height:53px;
                    line-height: 25px !important;
                    padding-top: 8px;
                    color: #999999;
                    font-weight: normal;
                    text-decoration: none;
                }


    .list-service {
        margin-bottom: 20px;
        width: 33.333333%;
        height: 280px;
        float: left;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        text-align: center;
    }
    .list-service .list-service-content {
        padding: 30px 50px;
    }
        .list-service .list-service-content .service-img {
            width: 80px;
            margin: 0 auto;
            text-align: center;
        }
            .list-service .list-service-content .service-img img {
                width: 80px;
                display: block;
                border: none;
            }
        .list-service .list-service-content h2 {
            color: #333;
            font-size: 18px;
            padding: 15px 0;
            text-align: center;
        }
        .list-service .list-service-content p {
            line-height: 20px;
            font-size: 13px;
            color: #8b8b8b;
            text-align:left;
        }

.parallax-off {
    background-image: url(/images/parallax.jpg);
    background-attachment: fixed !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
    padding: 80px 0;
    background-size: cover;
}
    .parallax-off .center-txt-box {
        text-align: left;
        width: 62%;
        float: left;
        display: inline-block;
    }
        .parallax-off .center-txt-box .content-h1 {
            display: block;
            text-transform: uppercase;
            font-size: 50px;
            font-family: "arial black";
            color: #383838;
        }
        .parallax-off .center-txt-box .co-title {
            display: inline-block;
            font-size: 25px;
            color: #dbdbdb;
            line-height: 40px;
            font-weight: 600;
            margin-bottom:20px;
        }
.full_box .center-txt-box .txtbody {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height:30px;
}
   
    .parallax-off .center-img-box {
        text-align: right;
        width: 38%;
        float: right;
    }

 .main-center-box {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.yun-item-box {
}
    .yun-item-box:hover {
        transform: scale(1.05,1.06);
        -webkit-transform: scale(1.05,1.06);
        -moz-transform: scale(1.05,1.06);
        -o-transform: scale(1.05,1.06);
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }
    .yun-item-box .item-title {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        background-color: #2d3032;
    }
        .yun-item-box .item-title h3 {
            color: #fff;
        }
        .yun-item-box .item-title p {
            color: #fff;
            margin-bottom: 0;
        }
    .yun-item-box .item-pice {
        margin: 15px 20px 0 20px;
        padding: 0 10px 15px 10px;
        border-bottom: 1px solid #ececec;
        font-weight: 300;
        line-height: 30px;
        color: #c2c2c2;
        font-size: 16px;
    }
        .yun-item-box .item-pice .ti-price {
            text-align:center;
        }
        .yun-item-box .item-pice .ti-price span {
            font-size: 18px;
            font-weight: 700;
            color: #ff5f20;
        }
        .yun-item-box .item-pice .ti-price .original-price {
            font-size: 14px;
            color: #ff5f20;
            text-decoration: line-through;
            margin-left: 10px;
            font-weight: 400;
        }
        .yun-item-box .item-pice .buy-txt {
            text-align: center;
            width: 100%;
            font-size: 15px;
            font-weight:600;
        }
            .yun-item-box .item-pice .buy-txt span {
                color: #ff5f20;
                margin-left: 10px;
            }
            .yun-item-box .item-pice .buy-txt label {
                font-size:13px;
                font-weight:500;
            }
    .yun-item-box .item-body {
        width:100%;
    }
    .yun-item-box .item-body div {
        text-align: left;
        width: 100%;
        font-size: 15px;
        line-height:30px;
    }
        .yun-item-box .item-body div span {
            text-align: right;
            width: 110px;
            display:inline-block;
            margin-right:10px;
        }
        .yun-item-box .item-body div strong {
            text-align: right;
            width: 30%;
            font-weight:500;
        }
        .yun-item-box .item-body div label {
            color: #ff5f20;
        }
    .yun-item-box .item-but {
        width:100%;
        padding:15px 0;
        display:inline-block;
        text-align:center;
    }
    .yun-item-box .item-msg {
        width: 100%;
       line-height:30px;
       padding-bottom:10px;
        display: inline-block;
        text-align: center;
        color: #ff5f20;
    }

.second-info {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}

.second-info-fl {
    width: 30%;
    float: left;
    display: inline-block;
}
    .second-info-fl .aui-info-left {
        display: inline-block;
        margin-top: 50px;
        text-align: right;
        padding-left:20px;
    }
        .second-info-fl .aui-info-left h3 {
            margin-bottom: 20px;
            color: #4d4d4d;
            font-weight: 600;
            font-size: 16px;
            text-align: right;
        }
        .second-info-fl .aui-info-left p {
            line-height: 20px;
            color: #888888;
            font-size: 14px;
            text-align: right;
        }


.second-info-ce {
    padding: 50px 0;
    width: 40%;
    float: left;
    display: inline-block;
    background: url(/Images/teub.gif) no-repeat center;
}
.second-info-fr {
    width: 29%;
    float: left;
    display: inline-block;
}
    .second-info-fr .aui-info-right {
        display: inline-block;
        margin-top: 50px;
        text-align: left;
    }
        .second-info-fr .aui-info-right h3 {
            margin-bottom: 20px;
            color: #4d4d4d;
            font-weight: 600;
            font-size: 16px;
            text-align: left;
        }

        .second-info-fr .aui-info-right p {
            line-height: 20px;
            color: #888888;
            font-size: 14px;
            text-align: left;
        }


.xcx-item-box {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
    .xcx-item-box .cl-title {
        font-size: 20px;
        color: #333;
        padding-top: 10px;
    }
    .xcx-item-box .cl-txt {
        font-size: 16px;
        padding-top: 10px;
    }



.case-item-box {
    overflow:hidden;
}

    .case-item-box .case-img {
        width: 100%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        margin: 0px auto;
        padding: 0;
    }
    .case-item-box .case-img a{
        width: 100%;
        display: inline-block;
        text-align: center;
    }
        .case-item-box .case-img a img {
            width: 100%;
            position: relative;
            max-width: 380px;
            margin: 0px auto;
            padding: 0;
            max-height: 280px;
            display: block;
            border: 0;
        }
        .case-item-box .case-title {
            padding: 6px 6px;
            display: inline-block;
            text-align: left;
        }
            .case-item-box .case-title div {
                display: inline-block;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                text-align: left;
                color: #999;
                font-size: 15px;
            }
            .case-item-box .case-title div a {
                color: #666;
                font-weight:600;
                font-size:15px;
            }

/***** 案例图片效果 *****/
.effect {
    background: #3C3C3C;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
    margin: 0;
}

    .effect figcaption::after,
    .effect img,
    .effect p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .effect figcaption {
        padding: 2em 1em;
    }

        .effect figcaption::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            content: '';
            opacity: 0;
            -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
            transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

    .effect p,
    .effect h2 {
        padding: 0.5em 2em;
        text-transform: none;
        opacity: 0;
        -webkit-transform: scale3d(0.8,0.8,1);
        transform: scale3d(0.8,0.8,1);
    }

    .effect h2 {
        color:#fff;
        letter-spacing: 2px;
        padding-top: 20%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

        .effect h2 span {
            letter-spacing: 0;
            font-size: 1rem;
        }

    .effect:hover img {
        opacity: 0.2;
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }

    .effect:hover figcaption::after {
        opacity: 1;
        -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
        transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    }

    .effect:hover h2,
    .effect:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    .effect figcaption, .effect figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .effect img {
        position: relative;
        display: block;
    }

    .effect figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
        .effect figcaption::before,
        .effect figcaption::after {
            pointer-events: none;
        }



.link_item {
    width:16.66%;
    text-align:center;
    display:inline-block;
    float:left;
}
    .link_item img {
        width: 180px;
        height:63px;
    }



.bot_top {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #555;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #333;
}
    .bot_top .cnt {
        padding: 0;
        margin: 0 auto;
        width: 96%;
        max-width: 1200px;
        text-align: center;
        display: inline-block;
    }

        .bot_top .cnt div {
            float: left;
            width: 25%;
            padding: 0;
            text-align: left;
            color: rgba(255, 255, 255, 0.5);
        }
        .bot_top .cnt div img{           
            vertical-align: middle;
        }
        .bot_top .cnt div span {
            font-size: 18px;
            color: rgb(255, 255, 255);
        }


.bot_left {
    float:left;
    width:25%;
    text-align:left;
    
}
    .bot_left p {
        font-size: 14px;
        height: 23px;
        line-height: 23px;
        color: rgba(255, 255, 255, 0.5);
    }

.bot_center {
    float: left;
    width: 50%;
    text-align: left;
}
    .bot_center .bot_nav_box {
        width:33.3%;
        float:left;
    }
        .bot_center .bot_nav_box .title {
            width: 100%;
            text-align:center;
        }
            .bot_center .bot_nav_box .title span {
                color: #f5f6fb;
                font-size: 15px;
                display: inline-block;
                height: 46px;
                line-height: 46px;
                border-bottom: 1px solid #666;
                margin-bottom:10px;
            }
        .bot_center .bot_nav_box .bot_nav_link {
            width: 100%;
            text-align: center;
            display: inline-block;
            height: 30px;
            line-height: 30px;
        }
        .bot_center .bot_nav_box .bot_nav_link a {
            font-size: 14px;
            color: #666;
        }

.bot_right {
    float: left;
    width: 25%;
    text-align: center;
}
    .bot_right p {
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.5);
    }

.copyrigh {
    display: inline-block;
    width: 100%;
    padding:15px 0;
    border-top: 1px solid #333;
    color: rgba(255, 255, 255, 0.5);
}
    .copyrigh a {
        color: rgba(255, 255, 255, 0.5);
    }
    .copyrigh a:hover {
        color: rgba(255, 255, 255, 0.5);
    }




.page_banner {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;    
}
    .page_banner_mask {
        background: rgba(0, 0, 0, 0.4);
    }

.page_banner .banner_title {
    padding-top: 200px;
    text-align: left;
    display: inline-block;
    width: 96%;
    max-width: 1200px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
    .page_banner .banner_title h3 {
        color: #fff;
        letter-spacing: 5px;
        padding: 15px 0;
        /*margin: 0 0 0 100px;
            background: rgba(48, 111, 255, 0.5);
            line-height: 60px;*/
        display: inline-block;
        border-bottom: 2px solid #fff;
    }
    .page_banner .banner_txt {
        width:50%;
        font-size: 23px;
        text-align: left;
        color: #fff;
        padding:30px 30px;
        float:left;
    }


        .case_title {
            width: 100%;
            padding: 20px 0;
            display: inline-block;
            text-align: center;
            color: #333;
            font-size: 30px;
            font-weight: 600;
        }
.case_synopsis {
    width: 96%;
    padding: 20px 2%;
    display: inline-block;
    text-align: left;
    color: #777;
    background-color:#efefef;
}
.case_details {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.page_news_time {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom:50px;
}


.yun_info_table {
    width: 100%;
    border: 1px solid #ececec;
    text-align: center;
    background: #fff;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}
    .yun_info_table tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }
        .yun_info_table tbody tr td {
            text-align: center;
            padding: 10px 0;
            line-height: 20px;
            border-bottom: 1px solid #ececec;
            border-right: 1px solid #ececec;
        }
    .yun_info_table .td-title {
        padding: 0;
        height: 64px;
        line-height: normal;
        background: #effbff;
        font-size: 16px;
        color: #3e3e3e;
        border-right: 0;
        font-size: 20px;
    }
    .yun_info_table .td-title.red{
        font-size: 20px;
        color: #ff4747;
        font-weight: 600;
    }
    .yun_info_table .area_title {
        font-size: 20px;
        color: #666;
        text-align:left;
        padding:15px 0 15px 15px;
    }
.ico-success {
    color: #28a745 !important;
    font-size:20px;
    font-weight:600;
}
.ico-lose {
    color: #f30000 !important;
    font-size: 20px;
    font-weight: 600;
}

.redlink {
    color: #ca0000!important;
}




.news_center_ul {
    width: 100%;
    margin: 0 auto;
}

    .news_center_ul li {
        width: 100%;
        margin: 12px 0;
        padding-bottom: 12px;
        display: inline-block;
        text-align: left;
        border-bottom: 1px dotted #dbd4cd;
    }

        .news_center_ul li .img-box {
            margin: 0 auto;
            padding: 0;
            display: inline-block;
            width: 20%;
            height: 140px;
            float: left;
            text-align: center;
        }
            .news_center_ul li .img-box img {
                width: 90%;
                height: 140px;
            }

        .news_center_ul li .news_con_box {            
            padding: 0;
            display: block;
            float: right;
            width: 78%;
        }

            .news_center_ul li .news_con_box .title {
                margin: 0 auto;
                padding: 0;
                display: inline-block;
                font-size: 18px;
                font-weight:600;
                height: 28px;
                line-height: 28px;
                text-align: left;
                overflow: hidden;
            }

                .news_center_ul li .news_con_box .title a {
                    color: #666;
                }

                    .news_center_ul li .news_con_box .title a:hover {
                        color: #ca0000;
                    }
            .news_center_ul li .news_con_box .time_box {
                font-size: 16px;
                height: 28px;
                line-height: 28px;
                text-align: left;
            }
            .news_center_ul li .news_con_box .synopsis {
                margin: 0 auto;
                display: inline-block;
                overflow: hidden;
                word-wrap: break-word;
                text-align: left;
                font-size: 14px;
                height: 75px;
                line-height: 25px !important;
                padding-top: 8px;
                color: #999999;
                font-weight: normal;
                text-decoration: none;
            }


.about_title {
    width: 100%;
    padding: 20px 0;
    margin-bottom:50px;
    display: inline-block;
    text-align: center;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    background:url(/Images/line.jpg) no-repeat center center;
}
    .about_title span {
        display: inline-block;
        color: #222;
        font-size: 30px;
        font-weight: 600;
        background-color:#fff;
        padding:0 30px;
    }
.about_details {
    width: 100%;
    display: inline-block;
}
    .about_details .details_left {
        float: left;
        width: 58%;
        text-align: left;
        display: inline-block;
    }
    .about_details .details_right {
        float: right;
        width: 40%;
        background-image:url(/Images/ab.jpg);
        background-repeat:no-repeat;
        background-size:100%;
        padding:20px 0;
    }
        .about_details .details_right .company_title {
            display: inline-block;
            color: #fff;
            font-size: 30px;
            font-weight: 600;            
            padding:30px;
        }
        .about_details .details_right .company_server {
            display: block;
            padding: 15px 0 15px 50px;
            color: #fff;
        }
            .about_details .details_right .company_server i {
                display: inline-block;
                font-size: 28px;
                color: #fff;
            }
            .about_details .details_right .company_server span {
                padding-left: 15px;
                display: inline-block;
                font-size: 23px;
                color: #fff;
            }

.map {
    width: 100%;
    height:550px;
}


.about_pz {
    width:100%;
    overflow:hidden;
}
    .about_pz .pz_title {
        width: 100%;
        text-align:center;
        padding:10px 0;
        margin:30px 0;
        border-bottom: 1px solid #e4e4e4;
    }
        .about_pz .pz_title span {
            font-size:23px;
        }

    .about_pz .pz-item {
        width: 100%;
        overflow: hidden;
        background-color: #f7f7f7;
    }
        .about_pz .pz-item .item-left {
            width: 50%;
            float: left;
            text-align:center;
        }
        .about_pz .pz-item .item-right {
            width: 50%;
            float: right;            
            text-align: center;
        }
        .about_pz .pz-item .pz_list_txt_cell {
            display: table-cell;
            vertical-align: middle;
            width:100%;
            height:314px;
        }

        .about_pz .pz-item div > span {
            line-height: 40px;
            font-size: 23px; 
            color:#000;
        }
        .about_pz .pz-item div > p {
            line-height: 28px;
            font-size: 13px;
            padding: 0 80px;
            margin: 20px auto 0;
            display: block;
            color: #000;
        }


.number_main {
    padding:23px 0;
    width:100%;
}
    .number_main .number_item {
        width:25%;
        float:left;
        text-align:center;
    }
        .number_main .number_item i {
            color: #fff;
            font-size: 36px;
            font-weight: 500;
        }
        .number_main .number_item span {
            color: #fff;
            font-size: 36px;
            font-weight: 500;
        }
        .number_main .number_item p {
            font-size: 16px;
            line-height: 32px;
            color: #fff;
        }



.help_pg_lt_box {
    width: 22%;
    float: left;
    border: 1px solid #999;
    text-align: center;
}
    .help_pg_lt_box ul li {
        width: 100%;
        height: 36px;
        border-bottom: 1px dashed #555;
    }
        .help_pg_lt_box ul li a {
            width: 90%;
            height: 36px;
            line-height: 36px;
            display: block;
            padding: 0 5px;
            text-align: left;
        }
    .help_pg_lt_box .help_curlink {
        background-color: #dbdbdb;
    }


.help_pg_rt_box {
    width: 76%;
    float: right;
    text-align: left;
}
    .help_pg_rt_box ul li {
        width: 47%;
        float: left;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        margin-left: 3%;
        border-bottom: 1px dashed #d7d7d7;
    }
    .help_pg_rt_box ul li {
        line-height: 36px;
    }


.dzjz_page {
    width: 100%;
    overflow: hidden;
}
    .dzjz_page .jz-item {
        width: 100%;
        overflow: hidden;
        padding:40px 0;
    }

        .dzjz_page .jz-item .item-img {
            width: 38%;            
            text-align: center;
        }
            .dzjz_page .jz-item .item-img img {
                width:360px;
            }

        .dzjz_page .jz-item .item-txt {
            width: 52%;
            padding:15px 5%;
            text-align: left;
        }
            .dzjz_page .jz-item .item-txt > .title {
                text-align:left;
                line-height: 40px;
                font-size: 23px;
                color: #000;
                font-weight:600;
            }
            .dzjz_page .jz-item .item-txt > p {
                line-height: 28px;
                font-size: 15px;
                text-align:left;
                margin: 10px auto 0;
                display: block;
                color: #000;
            }


.basics_item {
    width: 100%;
    overflow: hidden;
    margin-bottom:80px;
}
    .basics_item .itme_title {
        width:100%;
        text-align:center;       
        font-size: 28px;
        color: #067bc6;
        padding:20px 0;
    }
    .basics_item .line-gray {
        margin: 0 auto;
        width: 600px;
        border-bottom: 1px solid #e3e3e3;
    }
    .basics_item .itme_txt {
        display:inline-block;
        line-height:32px;
        padding:20px 50px;
        text-align: center;
    }

/*---域名业务说明---*/
.adList {
    display: inline-block;
    margin: 0 auto;
}
    .adList li {
        float: left;
        width: 362px;
        margin-top: 30px;
        text-align: left;
    }
        .adList li.col-middle {
            padding: 0 50px;
        }

        .adList li .advantage_img_4 {
            background-position: 0 -390px;
        }
        .adList li .advantage_img_5 {
            background-position: 0 -520px;
        }
        .adList li .advantage_img_6 {
            background-position: 0 -650px;
        }
        .adList li .advantage_img {
            padding-right: 10px;
            float: left;
            width: 82px;
            height: 90px;
            background-image: url(/images/domain-advantage.jpg);
            background-repeat: no-repeat;
            display: block;
        }
        .adList li .ad_right {
            color: #666;
            display:block;
        }
.ad_right .title {
    display: inherit;
    padding-top: 12px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
}
.ad_right .font14 {
    font-size: 14px;
}

/*---虚机业务说明---*/
 .wp-gaishu-list {
    padding-top: 30px;
}
.wp-gaishu-list li {
    float: left;
    padding-right: 110px;
}
.wp-gaishu-list .column {
    width: 215px;
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    text-align: center;
}    
    .wp-gaishu-list .column .column-icon {
        height: 130px;
        background: url(/images/advantage-icon.jpg) no-repeat;
    }
    .wp-gaishu-list .column .column-icon1 {
        background-position: -160px 0;
    }

    .wp-gaishu-list .column .column-icon2 {
        background-position: -416px 0;
    }

    .wp-gaishu-list .column .column-icon3 {
        background-position: -666px 0;
    }

    .wp-gaishu-list .column .column-icon4 {
        background-position: -908px 0;
    }
    .wp-gaishu-list .column .column-txt {
        padding-top: 6px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #5a5a5a;
    }


/*---企业邮箱业务说明---*/
.advantage-list {
    z-index: 22;
    position: relative;
}
.advantage-list li {
    float: left;
    margin-top: 24px;
    margin-right: 40px;
    width: 360px;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
}


.advantage-list li.item-one .al-img {
    background-position: -72px 0;
}
.advantage-list li .al-img {
    margin: 15px auto 0;
    width: 90px;
    height: 90px;
    border-radius: 46px;
    background: url(/images/newmail-icon.png) no-repeat;
    box-shadow: 0 3px 5px 0 rgb(100 100 100 / 11%);
}
.advantage-list li.item-one .al-img {
    background-position: -72px 0;
}
.advantage-list li.item-two .al-img {
    background-position: -172px 0;
}
.advantage-list li.item-three .al-img {
    background-position: -272px 0;
}
.advantage-list li.item-four .al-img {
    background-position: -372px 0;
}
.advantage-list li.item-five .al-img {
    background-position: -472px 0;
}
.advantage-list li.item-six .al-img {
    background-position: -572px 0;
}

.advantage-list li .al-title {
    padding-top: 14px;
    font-size: 20px;
    color: #2c2c2c;
}
.advantage-list li .al-txt {
    padding-top: 4px;
    line-height: 22px;
    font-size: 14px;
    color: #848687;
}

/*---工商代理业务说明---*/
.bus-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}
    .bus-item .bus-title {
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #067bc6;
        text-align: center;
        margin-bottom:20px;
    }
    .bus-item .sgyw {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-bottom: 50px;
    }
        .bus-item .bus-title::after, .bus-item .bus-title::before {
            content: "";
            display: inline-block;
            width: 124px;
            height: 1px;
            background: #e5e5e5;
            vertical-align: middle;
        }
        .bus-item .bus-title::before {
            margin-right: 22px;
        }
        .bus-item .bus-title::after {
            margin-left: 22px;
        }
    .bus-item p {
        text-align:left;
    }
.zcgs-ul {
    width:100%;
    display:block;
}
    .zcgs-ul li {
        width:20%;
        text-align:center;
        font-size:23px;
        float:left;
    }

.wp-gaishu-list .column .cw-icon1 {
    background-position: 58px -900px;
}

.wp-gaishu-list .column .cw-icon2 {
    background-position: 58px -170px;
}

.wp-gaishu-list .column .cw-icon3 {
    background-position: 58px 15px;
}

.wp-gaishu-list .column .cw-icon4 {
    background-position: 58px -535px;
}